projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea5c79f
)
(calc): Fix link in doc string
author
Noah Swainland
<nks@nks.sh>
Tue, 24 Sep 2019 15:52:10 +0000
(17:52 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 24 Sep 2019 15:52:47 +0000
(17:52 +0200)
* lisp/calc/calc.el (calc): Fix link in doc string (bug#37500).
Copyright-paperwork-exempt: yes
lisp/calc/calc.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc.el
b/lisp/calc/calc.el
index 8e7629627353fae84d11feed3fb8b514acfd480a..ad483b406d56e4c644cbc13296ec32425d7cd188 100644
(file)
--- a/
lisp/calc/calc.el
+++ b/
lisp/calc/calc.el
@@
-1394,7
+1394,7
@@
commands given here will actually operate on the *Calculator* stack."
;;;###autoload
(defun calc (&optional arg full-display interactive)
- "The Emacs Calculator. Full documentation is listed under
\"calc-mode\"
."
+ "The Emacs Calculator. Full documentation is listed under
`calc-mode'
."
(interactive "P\ni\np")
(if arg
(unless (eq arg 0)